ComponentOne ASP.NET MVC Controls
ListBox<T> Constructor

C1.Web.Mvc Namespace > ListBox<T> Class : ListBox<T> Constructor
The html helper
The selector
Creates one ListBox<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
public ListBox<T>( 
   HtmlHelper helper,
   string selector
)

Parameters

helper
The html helper
selector
The selector
See Also

Reference

ListBox<T> Class
ListBox<T> Members